projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de508b5
)
Clarify that mapconcat will also throw an error when it invokes
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 22 Mar 2002 13:30:14 +0000
(13:30 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 22 Mar 2002 13:30:14 +0000
(13:30 +0000)
concat on integers.
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index f7601029f39def9e7a481a938305c951957c7f56..10a5fac47715ca9b3afdf49623bbb41e451c1d31 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-3194,7
+3194,8
@@
appropriate for reading truly binary files.
`before-change-functions' and `after-change-functions' instead.
** Code that uses `concat' with integer args now gets an error, as
-long promised.
+long promised. So does any code that uses derivatives of `concat',
+such as `mapconcat'.
** The function base64-decode-string now always returns a unibyte
string.